home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / extern_call < prev    next >
Text File  |  2001-04-06  |  477b  |  16 lines

  1. SYNOPSIS
  2.         int extern_call();
  3.  
  4. DESCRIPTION
  5.         Returns zero, if the function that is currently being executed
  6.         was called by a local call, non-zero for call_other(), driver
  7.         applies, closure calls, etc. Currently the only return value
  8.         for them is 1, but later the various methods may be
  9.         distinguished by means of the return value.
  10.  
  11. HISTORY
  12.         Introduced in 3.2@263 resp. 3.2.1@12
  13.  
  14. SEE ALSO
  15.         call_other(E), previous_object(E)
  16.